home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2325 / 2325.xpi / chrome / content / about.xul next >
Extensible Markup Language  |  2009-11-24  |  650b  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE dialog SYSTEM "chrome://rss-ticker/locale/locale.dtd">
  3. <dialog
  4.     title="&extension.title; - &about;"
  5.     orient="vertical"
  6.     buttons="accept"
  7.     autostretch="always"
  8.     onload="window.focus(); sizeToContent(); centerWindowOnScreen();"
  9.     style="max-width: 35em; background-color: #ffffff;"
  10.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  11.     <vbox>
  12.         <description>&howToLiveBookmark1;</description>
  13.         <description>1. &howToLiveBookmark2;</description>
  14.         <description>2. &howToLiveBookmark3;</description>
  15.         <description>&howToLiveBookmark4;</description>
  16.     </vbox>
  17. </dialog>
  18.